c# get script directory

76

c# get script directory -

System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);

c# get script directory -

string appPath = System.IO.Path.GetDirectoryName(Application.ExecutablePath);

Comments

Submit
0 Comments